-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Remove legacy wheel filename support #13581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove legacy wheel filename support #13581
Conversation
72d0aaf
to
c1550b3
Compare
c1550b3
to
3b1175e
Compare
3b1175e
to
a63ee68
Compare
A real world example can be seen with https://pypi.org/project/password-strength, which have non-PEP 440 Python 2 wheel filenames. Current behavior:
New behavior (no longer emits deprecation warning, versions taken from sdist):
|
Does verbose mode include information about why the artifact was skipped? |
Yeah, doing
Directly specifying an invalid wheel filename will get you an ERROR message:
|
@pradyunsg thanks for your review! I'll be keeping an eye on on the next pip release for any community issues, but we've had surprisingly little feedback from the, probably too noisy, deprecation warning. |
Fixes #12938